Properties  Methods 

ICoordinateCalculator<T> Interface Members

The following tables list the members exposed by ICoordinateCalculator<T>.

Public Properties
 NameDescription
 Property Gets a value indicating whether this instance can support native coordinate calculation.  
 Property Gets an axis offset.  
 Property Gets a value indicating whether coordinates are flipped.  
 Property Gets a value indicating whether this is a category axis coordinate calculator.  
 Property Gets a value indicating whether this is a discontinuous axis coordinate calculator.  
 Property Gets a value indicating whether this is a horizontal axis coordinate calculator.  
 Property Gets a value indicating whether this is a logarithmic axis coordinate calculator.  
 Property Gets a value indicating whether this is a polar axis coordinate calculator.  
 Property Gets a value indicating whether this is a ternary axis coordinate calculator.  
 Property Gets a value indicating whether this is coordinate calculator belongs by X axis.  
 Property Gets the viewport dimension used when calculating pixels.  
 Property Gets the viewport offset used when calculating pixels. E.g. for a bitmap, this is set to -1, since a 200 pixel wide bitmap will have coordinates ranging from 0 to 199. For an open space, e.g. a 3D world, this is set to 0, since a 200 'world unit' wide area requires coordinates ranging from 0 to 200.  
 Property Gets the Max value of the axis visible range.  
 Property Gets the Min value of the axis visible range.  
Top
Public Methods
 NameDescription
 MethodOverloaded.  Transforms the DateTime data value into a pixel coordinate.  
 MethodOverloaded.  Transforms a data values into a pixel coordinates.  
 Method Transforms a pixel coordinate into a data value.  
 Method Returns the native counterpart of this instance, if supported; otherwise null.  
 MethodOverloaded. Translates the min and max of the input range by the specified data value. Specific implementations of ICoordinateCalculator<T> such as DoubleCoordinateCalculator, LogarithmicDoubleCoordinateCalculator and CategoryCoordinateCalculator will treat this differently.  
Top
See Also